home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Demos / EarthPng / Main.dfm / Main.txt < prev   
Encoding:
Text File  |  2001-05-22  |  452 b   |  22 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 110
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Earth Pong'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnMouseMove = FormMouseMove
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21. end
  22.